Package-level declarations

Types

Link copied to clipboard
@Serializable
data class Branding(val name: String? = null, val description: String? = null, val backgroundColor: String? = null, val watermarkImage: BrandingImage? = null, val issuerLogo: BrandingImage? = null, val issuerIcon: BrandingImage? = null) : CborEncodable

Represents the branding information of a Mobile Credential.

Link copied to clipboard
@Serializable(with = BrandingImageSerializer::class)
data class BrandingImage(val format: String, val data: ByteArray) : CborEncodable

Represents an image used for Mobile Credential branding.